timer object
double elapsed
This is the number of milliseconds that have elapsed since the timer object was first created, or since the last call to the restart method. On error, it is set to -1. This property cannot be modified from the script.
bool running
This will be true when the timer is running, and false when it is paused or if an error occurs. This property cannot be modified from the script.